pub struct AllMetadataAttributes {
pub metadata: Option<Metadata>,
pub filter_state: Option<Vec<(String, Vec<u8>)>>,
}Fields§
§metadata: Option<Metadata>§filter_state: Option<Vec<(String, Vec<u8>)>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllMetadataAttributes
impl RefUnwindSafe for AllMetadataAttributes
impl Send for AllMetadataAttributes
impl Sync for AllMetadataAttributes
impl Unpin for AllMetadataAttributes
impl UnsafeUnpin for AllMetadataAttributes
impl UnwindSafe for AllMetadataAttributes
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