pub struct CloudFixedHandler { /* private fields */ }
Expand description
Handler for Cloud fixed/essentials subscription operations
Implementations§
Source§impl CloudFixedHandler
impl CloudFixedHandler
Auto Trait Implementations§
impl Freeze for CloudFixedHandler
impl !RefUnwindSafe for CloudFixedHandler
impl Send for CloudFixedHandler
impl Sync for CloudFixedHandler
impl Unpin for CloudFixedHandler
impl !UnwindSafe for CloudFixedHandler
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