pub struct LastFragment;Expand description
LastFragment (893).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LastFragment
impl RefUnwindSafe for LastFragment
impl Send for LastFragment
impl Sync for LastFragment
impl Unpin for LastFragment
impl UnsafeUnpin for LastFragment
impl UnwindSafe for LastFragment
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