pub enum ObjectState {
Log(Box<LogState>),
Set(Box<SetState>),
Blob(Box<BlobState>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ObjectState
impl RefUnwindSafe for ObjectState
impl Send for ObjectState
impl Sync for ObjectState
impl Unpin for ObjectState
impl UnwindSafe for ObjectState
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