pub struct FBlock { /* private fields */ }
Expand description
A FBlock liist
Implementations§
Trait Implementations§
Source§impl Index<usize> for FBlock
impl Index<usize> for FBlock
Source§type Output = FBlockElement
type Output = FBlockElement
The returned type after indexing.
impl StructuralPartialEq for FBlock
Auto Trait Implementations§
impl Freeze for FBlock
impl RefUnwindSafe for FBlock
impl Send for FBlock
impl Sync for FBlock
impl Unpin for FBlock
impl UnwindSafe for FBlock
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