pub enum SeqTopology {
Linear,
Circular,
}Variants§
Trait Implementations§
Source§impl<'__de> BorrowDecode<'__de> for SeqTopology
impl<'__de> BorrowDecode<'__de> for SeqTopology
Source§fn borrow_decode<__D: BorrowDecoder<'__de>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for SeqTopology
impl Clone for SeqTopology
Source§fn clone(&self) -> SeqTopology
fn clone(&self) -> SeqTopology
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 Decode for SeqTopology
impl Decode for SeqTopology
Source§impl Default for SeqTopology
impl Default for SeqTopology
Source§impl Encode for SeqTopology
impl Encode for SeqTopology
Source§impl PartialEq for SeqTopology
impl PartialEq for SeqTopology
impl Copy for SeqTopology
impl StructuralPartialEq for SeqTopology
Auto Trait Implementations§
impl Freeze for SeqTopology
impl RefUnwindSafe for SeqTopology
impl Send for SeqTopology
impl Sync for SeqTopology
impl Unpin for SeqTopology
impl UnwindSafe for SeqTopology
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