#[non_exhaustive]pub struct MakeDirectoryResponse { /* private fields */ }Expand description
MakeDirectory response message.
Implementations§
Trait Implementations§
Source§impl Clone for MakeDirectoryResponse
impl Clone for MakeDirectoryResponse
Source§fn clone(&self) -> MakeDirectoryResponse
fn clone(&self) -> MakeDirectoryResponse
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 MakeDirectoryResponse
impl Debug for MakeDirectoryResponse
Source§impl Default for MakeDirectoryResponse
impl Default for MakeDirectoryResponse
Source§fn default() -> MakeDirectoryResponse
fn default() -> MakeDirectoryResponse
Returns the “default value” for a type. Read more
Source§impl Message for MakeDirectoryResponse
impl Message for MakeDirectoryResponse
Source§impl PartialEq for MakeDirectoryResponse
impl PartialEq for MakeDirectoryResponse
impl StructuralPartialEq for MakeDirectoryResponse
Auto Trait Implementations§
impl Freeze for MakeDirectoryResponse
impl RefUnwindSafe for MakeDirectoryResponse
impl Send for MakeDirectoryResponse
impl Sync for MakeDirectoryResponse
impl Unpin for MakeDirectoryResponse
impl UnwindSafe for MakeDirectoryResponse
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