pub struct AppliedBundleRefUpdate {
pub name: String,
pub old_oid: Option<ObjectId>,
pub new_oid: ObjectId,
}Fields§
§name: String§old_oid: Option<ObjectId>§new_oid: ObjectIdTrait Implementations§
Source§impl Clone for AppliedBundleRefUpdate
impl Clone for AppliedBundleRefUpdate
Source§fn clone(&self) -> AppliedBundleRefUpdate
fn clone(&self) -> AppliedBundleRefUpdate
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 AppliedBundleRefUpdate
impl Debug for AppliedBundleRefUpdate
impl Eq for AppliedBundleRefUpdate
Source§impl PartialEq for AppliedBundleRefUpdate
impl PartialEq for AppliedBundleRefUpdate
Source§fn eq(&self, other: &AppliedBundleRefUpdate) -> bool
fn eq(&self, other: &AppliedBundleRefUpdate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AppliedBundleRefUpdate
Auto Trait Implementations§
impl Freeze for AppliedBundleRefUpdate
impl RefUnwindSafe for AppliedBundleRefUpdate
impl Send for AppliedBundleRefUpdate
impl Sync for AppliedBundleRefUpdate
impl Unpin for AppliedBundleRefUpdate
impl UnsafeUnpin for AppliedBundleRefUpdate
impl UnwindSafe for AppliedBundleRefUpdate
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