pub struct GdataObjectId {
pub bucket_name: Option<String>,
pub generation: Option<i64>,
pub object_name: Option<String>,
}Expand description
gdata
This type is not used in any activity, and only used as part of another schema.
Fields§
§bucket_name: Option<String>gdata
generation: Option<i64>gdata
object_name: Option<String>gdata
Trait Implementations§
Source§impl Clone for GdataObjectId
impl Clone for GdataObjectId
Source§fn clone(&self) -> GdataObjectId
fn clone(&self) -> GdataObjectId
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 GdataObjectId
impl Debug for GdataObjectId
Source§impl Default for GdataObjectId
impl Default for GdataObjectId
Source§fn default() -> GdataObjectId
fn default() -> GdataObjectId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GdataObjectId
impl<'de> Deserialize<'de> for GdataObjectId
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 Serialize for GdataObjectId
impl Serialize for GdataObjectId
impl Part for GdataObjectId
Auto Trait Implementations§
impl Freeze for GdataObjectId
impl RefUnwindSafe for GdataObjectId
impl Send for GdataObjectId
impl Sync for GdataObjectId
impl Unpin for GdataObjectId
impl UnwindSafe for GdataObjectId
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