pub struct ObjectDeletion {
pub obj_path: String,
}Fields§
§obj_path: StringTrait Implementations§
Source§impl Clone for ObjectDeletion
impl Clone for ObjectDeletion
Source§fn clone(&self) -> ObjectDeletion
fn clone(&self) -> ObjectDeletion
Returns a duplicate 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 ObjectDeletion
impl Debug for ObjectDeletion
Source§impl Default for ObjectDeletion
impl Default for ObjectDeletion
Source§fn default() -> ObjectDeletion
fn default() -> ObjectDeletion
Returns the “default value” for a type. Read more
Source§impl<'a> MessageRead<'a> for ObjectDeletion
impl<'a> MessageRead<'a> for ObjectDeletion
Source§fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
Constructs an instance of
Self by reading from the given bytes
via the given reader. Read moreSource§impl MessageWrite for ObjectDeletion
impl MessageWrite for ObjectDeletion
Source§impl PartialEq for ObjectDeletion
impl PartialEq for ObjectDeletion
Source§impl Serialize for ObjectDeletion
impl Serialize for ObjectDeletion
impl StructuralPartialEq for ObjectDeletion
Auto Trait Implementations§
impl Freeze for ObjectDeletion
impl RefUnwindSafe for ObjectDeletion
impl Send for ObjectDeletion
impl Sync for ObjectDeletion
impl Unpin for ObjectDeletion
impl UnwindSafe for ObjectDeletion
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