pub struct MetadataPushBuilder { /* private fields */ }
Implementations§
Source§impl MetadataPushBuilder
impl MetadataPushBuilder
Sourcepub fn flag(self, flags: FrameFlags) -> Self
pub fn flag(self, flags: FrameFlags) -> Self
Sets flag(s) with value of flags
Sourcepub fn build(self) -> Result<MetadataPush>
pub fn build(self) -> Result<MetadataPush>
Builds a new MetadataPush
instance from this builder.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetadataPushBuilder
impl RefUnwindSafe for MetadataPushBuilder
impl Send for MetadataPushBuilder
impl Sync for MetadataPushBuilder
impl Unpin for MetadataPushBuilder
impl UnwindSafe for MetadataPushBuilder
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