pub struct BundleRefUpdate {
pub name: String,
pub oid: ObjectId,
}Fields§
§name: String§oid: ObjectIdTrait Implementations§
Source§impl Clone for BundleRefUpdate
impl Clone for BundleRefUpdate
Source§fn clone(&self) -> BundleRefUpdate
fn clone(&self) -> BundleRefUpdate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BundleRefUpdate
impl Debug for BundleRefUpdate
impl Eq for BundleRefUpdate
Source§impl PartialEq for BundleRefUpdate
impl PartialEq for BundleRefUpdate
Source§fn eq(&self, other: &BundleRefUpdate) -> bool
fn eq(&self, other: &BundleRefUpdate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BundleRefUpdate
Auto Trait Implementations§
impl Freeze for BundleRefUpdate
impl RefUnwindSafe for BundleRefUpdate
impl Send for BundleRefUpdate
impl Sync for BundleRefUpdate
impl Unpin for BundleRefUpdate
impl UnsafeUnpin for BundleRefUpdate
impl UnwindSafe for BundleRefUpdate
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