pub struct Psf(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for Psf
impl Ord for Psf
Source§impl PartialOrd for Psf
impl PartialOrd for Psf
impl Copy for Psf
impl Eq for Psf
impl StructuralPartialEq for Psf
Auto Trait Implementations§
impl Freeze for Psf
impl RefUnwindSafe for Psf
impl Send for Psf
impl Sync for Psf
impl Unpin for Psf
impl UnwindSafe for Psf
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more