pub struct CopperLiskMask { /* private fields */ }
Expand description
Not implemented yet. This mask will be used to for example filter out necessary regions of a copper list between remote systems.
Trait Implementations§
Source§impl<'__de> BorrowDecode<'__de> for CopperLiskMask
impl<'__de> BorrowDecode<'__de> for CopperLiskMask
Source§fn borrow_decode<__D>(decoder: &mut __D) -> Result<CopperLiskMask, DecodeError>where
__D: BorrowDecoder<'__de>,
fn borrow_decode<__D>(decoder: &mut __D) -> Result<CopperLiskMask, DecodeError>where
__D: BorrowDecoder<'__de>,
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for CopperLiskMask
impl Clone for CopperLiskMask
Source§fn clone(&self) -> CopperLiskMask
fn clone(&self) -> CopperLiskMask
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 moreSource§impl Debug for CopperLiskMask
impl Debug for CopperLiskMask
Source§impl Decode for CopperLiskMask
impl Decode for CopperLiskMask
Source§fn decode<__D>(decoder: &mut __D) -> Result<CopperLiskMask, DecodeError>where
__D: Decoder,
fn decode<__D>(decoder: &mut __D) -> Result<CopperLiskMask, DecodeError>where
__D: Decoder,
Attempt to decode this type with the given Decode.
Source§impl Encode for CopperLiskMask
impl Encode for CopperLiskMask
Source§impl PartialEq for CopperLiskMask
impl PartialEq for CopperLiskMask
impl Copy for CopperLiskMask
impl StructuralPartialEq for CopperLiskMask
Auto Trait Implementations§
impl Freeze for CopperLiskMask
impl RefUnwindSafe for CopperLiskMask
impl Send for CopperLiskMask
impl Sync for CopperLiskMask
impl Unpin for CopperLiskMask
impl UnwindSafe for CopperLiskMask
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