pub struct GetDocumentPathResponse {
pub path: Option<ResourcePath>,
}
Fields§
§path: Option<ResourcePath>
The path information.
Trait Implementations§
Source§impl Clone for GetDocumentPathResponse
impl Clone for GetDocumentPathResponse
Source§fn clone(&self) -> GetDocumentPathResponse
fn clone(&self) -> GetDocumentPathResponse
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 GetDocumentPathResponse
impl Debug for GetDocumentPathResponse
Source§impl Default for GetDocumentPathResponse
impl Default for GetDocumentPathResponse
Source§fn default() -> GetDocumentPathResponse
fn default() -> GetDocumentPathResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetDocumentPathResponse
impl<'de> Deserialize<'de> for GetDocumentPathResponse
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 for GetDocumentPathResponse
impl PartialEq for GetDocumentPathResponse
impl StructuralPartialEq for GetDocumentPathResponse
Auto Trait Implementations§
impl Freeze for GetDocumentPathResponse
impl RefUnwindSafe for GetDocumentPathResponse
impl Send for GetDocumentPathResponse
impl Sync for GetDocumentPathResponse
impl Unpin for GetDocumentPathResponse
impl UnwindSafe for GetDocumentPathResponse
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