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