pub struct Warn {
pub length: i64,
}Fields§
§length: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for Warn
impl RefUnwindSafe for Warn
impl Send for Warn
impl Sync for Warn
impl Unpin for Warn
impl UnwindSafe for Warn
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