Enum liserk_shared::message::DropSubject
source · pub enum DropSubject {
Collection(String),
Usecase {
collection: String,
usecase: String,
},
}
Variants§
Trait Implementations§
source§impl Clone for DropSubject
impl Clone for DropSubject
source§fn clone(&self) -> DropSubject
fn clone(&self) -> DropSubject
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DropSubject
impl Debug for DropSubject
source§impl<'de> Deserialize<'de> for DropSubject
impl<'de> Deserialize<'de> for DropSubject
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<DropSubject> for DropSubject
impl PartialEq<DropSubject> for DropSubject
source§fn eq(&self, other: &DropSubject) -> bool
fn eq(&self, other: &DropSubject) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for DropSubject
impl Serialize for DropSubject
impl Eq for DropSubject
impl StructuralEq for DropSubject
impl StructuralPartialEq for DropSubject
Auto Trait Implementations§
impl RefUnwindSafe for DropSubject
impl Send for DropSubject
impl Sync for DropSubject
impl Unpin for DropSubject
impl UnwindSafe for DropSubject
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