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