pub struct LengthArg { /* private fields */ }Expand description
“length-arg”.
Implementations§
Trait Implementations§
impl StructuralPartialEq for LengthArg
Auto Trait Implementations§
impl Freeze for LengthArg
impl RefUnwindSafe for LengthArg
impl Send for LengthArg
impl Sync for LengthArg
impl Unpin for LengthArg
impl UnwindSafe for LengthArg
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