pub struct GetCollectionIdResponse {
pub manifest_rev: u64,
pub collection_id: u32,
}Fields§
§manifest_rev: u64§collection_id: u32Trait Implementations§
Source§impl Clone for GetCollectionIdResponse
impl Clone for GetCollectionIdResponse
Source§fn clone(&self) -> GetCollectionIdResponse
fn clone(&self) -> GetCollectionIdResponse
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 GetCollectionIdResponse
impl Debug for GetCollectionIdResponse
Source§impl Hash for GetCollectionIdResponse
impl Hash for GetCollectionIdResponse
Source§impl Ord for GetCollectionIdResponse
impl Ord for GetCollectionIdResponse
Source§fn cmp(&self, other: &GetCollectionIdResponse) -> Ordering
fn cmp(&self, other: &GetCollectionIdResponse) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GetCollectionIdResponse
impl PartialEq for GetCollectionIdResponse
Source§impl PartialOrd for GetCollectionIdResponse
impl PartialOrd for GetCollectionIdResponse
impl Eq for GetCollectionIdResponse
impl StructuralPartialEq for GetCollectionIdResponse
Auto Trait Implementations§
impl Freeze for GetCollectionIdResponse
impl RefUnwindSafe for GetCollectionIdResponse
impl Send for GetCollectionIdResponse
impl Sync for GetCollectionIdResponse
impl Unpin for GetCollectionIdResponse
impl UnsafeUnpin for GetCollectionIdResponse
impl UnwindSafe for GetCollectionIdResponse
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