pub struct SCPEnvelope {
pub statement: SCPStatement,
pub signature: Signature,
}
Fields§
§statement: SCPStatement
§signature: Signature
Trait Implementations§
Source§impl Clone for SCPEnvelope
impl Clone for SCPEnvelope
Source§fn clone(&self) -> SCPEnvelope
fn clone(&self) -> SCPEnvelope
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 SCPEnvelope
impl Debug for SCPEnvelope
Source§impl<Out: Write> Pack<Out> for SCPEnvelope
impl<Out: Write> Pack<Out> for SCPEnvelope
Source§impl PartialEq for SCPEnvelope
impl PartialEq for SCPEnvelope
Source§impl<In: Read> Unpack<In> for SCPEnvelope
impl<In: Read> Unpack<In> for SCPEnvelope
impl Eq for SCPEnvelope
impl StructuralPartialEq for SCPEnvelope
Auto Trait Implementations§
impl Freeze for SCPEnvelope
impl RefUnwindSafe for SCPEnvelope
impl Send for SCPEnvelope
impl Sync for SCPEnvelope
impl Unpin for SCPEnvelope
impl UnwindSafe for SCPEnvelope
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