pub struct ChainList { /* private fields */ }Expand description
A comma-separated list of ChainEntry values.
Implementations§
Source§impl ChainList
impl ChainList
pub fn entries(&self) -> &[ChainEntry]
pub fn into_entries(self) -> Vec<ChainEntry>
pub fn is_empty(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl !Send for ChainList
impl !Sync for ChainList
impl Freeze for ChainList
impl RefUnwindSafe for ChainList
impl Unpin for ChainList
impl UnsafeUnpin for ChainList
impl UnwindSafe for ChainList
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