pub struct AlwaysOn;Expand description
Marker for the always-on Open Access tier. See docs/CAPABILITY.md.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlwaysOn
impl RefUnwindSafe for AlwaysOn
impl Send for AlwaysOn
impl Sync for AlwaysOn
impl Unpin for AlwaysOn
impl UnsafeUnpin for AlwaysOn
impl UnwindSafe for AlwaysOn
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