pub struct CreateBranchBody { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CreateBranchBody
impl Clone for CreateBranchBody
Source§fn clone(&self) -> CreateBranchBody
fn clone(&self) -> CreateBranchBody
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 CreateBranchBody
impl Debug for CreateBranchBody
Source§impl Default for CreateBranchBody
impl Default for CreateBranchBody
Source§impl From<CreateBranchBody> for CreateBranchBody
impl From<CreateBranchBody> for CreateBranchBody
Source§fn from(value: CreateBranchBody) -> Self
fn from(value: CreateBranchBody) -> Self
Converts to this type from the input type.
Source§impl TryFrom<CreateBranchBody> for CreateBranchBody
impl TryFrom<CreateBranchBody> for CreateBranchBody
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: CreateBranchBody) -> Result<Self, ConversionError>
fn try_from(value: CreateBranchBody) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for CreateBranchBody
impl RefUnwindSafe for CreateBranchBody
impl Send for CreateBranchBody
impl Sync for CreateBranchBody
impl Unpin for CreateBranchBody
impl UnsafeUnpin for CreateBranchBody
impl UnwindSafe for CreateBranchBody
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