pub enum ContentSourceOffset {}Auto Trait Implementations§
impl Freeze for ContentSourceOffset
impl RefUnwindSafe for ContentSourceOffset
impl Send for ContentSourceOffset
impl Sync for ContentSourceOffset
impl Unpin for ContentSourceOffset
impl UnsafeUnpin for ContentSourceOffset
impl UnwindSafe for ContentSourceOffset
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