pub struct LocalTagCreation {
pub tag_object_id: ObjectId,
pub ref_state_id: ObjectId,
}Expand description
A local tag freshly created by create_local_tag or adopt_tag.
Fields§
§tag_object_id: ObjectIdThe newly written Tag object’s id.
ref_state_id: ObjectIdThe published RefState id.
Trait Implementations§
Source§impl Clone for LocalTagCreation
impl Clone for LocalTagCreation
Source§fn clone(&self) -> LocalTagCreation
fn clone(&self) -> LocalTagCreation
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 moreimpl Copy for LocalTagCreation
Source§impl Debug for LocalTagCreation
impl Debug for LocalTagCreation
impl Eq for LocalTagCreation
Source§impl PartialEq for LocalTagCreation
impl PartialEq for LocalTagCreation
impl StructuralPartialEq for LocalTagCreation
Auto Trait Implementations§
impl Freeze for LocalTagCreation
impl RefUnwindSafe for LocalTagCreation
impl Send for LocalTagCreation
impl Sync for LocalTagCreation
impl Unpin for LocalTagCreation
impl UnsafeUnpin for LocalTagCreation
impl UnwindSafe for LocalTagCreation
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