pub struct EventRest { /* private fields */ }Implementations§
Source§impl EventRest
impl EventRest
pub fn staff_position<T>(self, value: T) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventRest
impl RefUnwindSafe for EventRest
impl Send for EventRest
impl Sync for EventRest
impl Unpin for EventRest
impl UnwindSafe for EventRest
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