Struct AddServiceFlag
#[repr(transparent)]pub struct AddServiceFlag(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for AddServiceFlag
impl Clone for AddServiceFlag
§fn clone(&self) -> AddServiceFlag
fn clone(&self) -> AddServiceFlag
Returns a copy 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 more§impl Debug for AddServiceFlag
impl Debug for AddServiceFlag
§impl Default for AddServiceFlag
impl Default for AddServiceFlag
§fn default() -> AddServiceFlag
fn default() -> AddServiceFlag
Returns the “default value” for a type. Read more
§impl PartialEq for AddServiceFlag
impl PartialEq for AddServiceFlag
impl Copy for AddServiceFlag
impl Eq for AddServiceFlag
impl StructuralPartialEq for AddServiceFlag
Auto Trait Implementations§
impl Freeze for AddServiceFlag
impl RefUnwindSafe for AddServiceFlag
impl Send for AddServiceFlag
impl Sync for AddServiceFlag
impl Unpin for AddServiceFlag
impl UnwindSafe for AddServiceFlag
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