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