pub struct Tilde { /* private fields */ }
Expand description
The tilde struct
Implementations§
Trait Implementations§
impl StructuralPartialEq for Tilde
Auto Trait Implementations§
impl Freeze for Tilde
impl RefUnwindSafe for Tilde
impl Send for Tilde
impl Sync for Tilde
impl Unpin for Tilde
impl UnwindSafe for Tilde
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