pub struct RequestLength;Trait Implementations§
Auto Trait Implementations§
impl Freeze for RequestLength
impl RefUnwindSafe for RequestLength
impl Send for RequestLength
impl Sync for RequestLength
impl Unpin for RequestLength
impl UnwindSafe for RequestLength
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