pub enum ObjectTypeBucket {
Blob,
Tree,
State,
Action,
Redaction,
StateVisibility,
}Variants§
Trait Implementations§
Source§impl Clone for ObjectTypeBucket
impl Clone for ObjectTypeBucket
Source§fn clone(&self) -> ObjectTypeBucket
fn clone(&self) -> ObjectTypeBucket
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ObjectTypeBucket
Source§impl Debug for ObjectTypeBucket
impl Debug for ObjectTypeBucket
impl Eq for ObjectTypeBucket
Source§impl Hash for ObjectTypeBucket
impl Hash for ObjectTypeBucket
Source§impl PartialEq for ObjectTypeBucket
impl PartialEq for ObjectTypeBucket
Source§fn eq(&self, other: &ObjectTypeBucket) -> bool
fn eq(&self, other: &ObjectTypeBucket) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ObjectTypeBucket
Auto Trait Implementations§
impl Freeze for ObjectTypeBucket
impl RefUnwindSafe for ObjectTypeBucket
impl Send for ObjectTypeBucket
impl Sync for ObjectTypeBucket
impl Unpin for ObjectTypeBucket
impl UnsafeUnpin for ObjectTypeBucket
impl UnwindSafe for ObjectTypeBucket
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