pub struct DisplaConstructorArg(pub usize);
Tuple Fields§
§0: usize
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DisplaConstructorArg
impl Send for DisplaConstructorArg
impl Sync for DisplaConstructorArg
impl Unpin for DisplaConstructorArg
impl UnwindSafe for DisplaConstructorArg
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