pub struct GetDirectory {
pub bucket_file_system_locator: BucketFileSystemLocator,
}Fields§
§bucket_file_system_locator: BucketFileSystemLocatorTrait Implementations§
Source§impl Clone for GetDirectory
impl Clone for GetDirectory
Source§fn clone(&self) -> GetDirectory
fn clone(&self) -> GetDirectory
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 GetDirectory
impl Debug for GetDirectory
Source§impl<'de> Deserialize<'de> for GetDirectory
impl<'de> Deserialize<'de> for GetDirectory
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 Method for GetDirectory
impl Method for GetDirectory
const NAME: &'static str = "FileSystem.getDirectory"
type ReturnObject = GetDirectoryReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetDirectory
impl PartialEq for GetDirectory
Source§impl Serialize for GetDirectory
impl Serialize for GetDirectory
impl StructuralPartialEq for GetDirectory
Auto Trait Implementations§
impl Freeze for GetDirectory
impl RefUnwindSafe for GetDirectory
impl Send for GetDirectory
impl Sync for GetDirectory
impl Unpin for GetDirectory
impl UnwindSafe for GetDirectory
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