Struct switchboard_protos::protos::instruction::SwitchboardInstruction [−][src]
pub struct SwitchboardInstruction {
pub instruction: OneOfinstruction,
}Fields
instruction: OneOfinstructionTrait Implementations
impl Clone for SwitchboardInstruction[src]
impl Clone for SwitchboardInstruction[src]fn clone(&self) -> SwitchboardInstruction[src]
fn clone(&self) -> SwitchboardInstruction[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for SwitchboardInstruction[src]
impl Debug for SwitchboardInstruction[src]impl Default for SwitchboardInstruction[src]
impl Default for SwitchboardInstruction[src]fn default() -> SwitchboardInstruction[src]
fn default() -> SwitchboardInstruction[src]Returns the “default value” for a type. Read more
impl<'a> MessageRead<'a> for SwitchboardInstruction[src]
impl<'a> MessageRead<'a> for SwitchboardInstruction[src]fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>[src]
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>[src]Constructs an instance of Self by reading from the given bytes
via the given reader. Read more
impl MessageWrite for SwitchboardInstruction[src]
impl MessageWrite for SwitchboardInstruction[src]fn write_message<W: WriterBackend>(&self, w: &mut Writer<W>) -> Result<()>[src]
fn write_message<W: WriterBackend>(&self, w: &mut Writer<W>) -> Result<()>[src]Writes Self into W writer
impl PartialEq<SwitchboardInstruction> for SwitchboardInstruction[src]
impl PartialEq<SwitchboardInstruction> for SwitchboardInstruction[src]fn eq(&self, other: &SwitchboardInstruction) -> bool[src]
fn eq(&self, other: &SwitchboardInstruction) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &SwitchboardInstruction) -> bool[src]
fn ne(&self, other: &SwitchboardInstruction) -> bool[src]This method tests for !=.
impl StructuralPartialEq for SwitchboardInstruction[src]
Auto Trait Implementations
impl RefUnwindSafe for SwitchboardInstruction
impl Send for SwitchboardInstruction
impl Sync for SwitchboardInstruction
impl Unpin for SwitchboardInstruction
impl UnwindSafe for SwitchboardInstruction
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more