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