Struct libreda_oasis::OASISStreamWriter
source · pub struct OASISStreamWriter { /* private fields */ }Expand description
Writer for the OASIS file format.
Implementations§
source§impl OASISStreamWriter
impl OASISStreamWriter
sourcepub fn with_config(config: OASISWriterConfig) -> Self
pub fn with_config(config: OASISWriterConfig) -> Self
Create a new OASIS writer with a custom configuration.
Trait Implementations§
source§impl Clone for OASISStreamWriter
impl Clone for OASISStreamWriter
source§fn clone(&self) -> OASISStreamWriter
fn clone(&self) -> OASISStreamWriter
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 Debug for OASISStreamWriter
impl Debug for OASISStreamWriter
source§impl Default for OASISStreamWriter
impl Default for OASISStreamWriter
source§fn default() -> OASISStreamWriter
fn default() -> OASISStreamWriter
Returns the “default value” for a type. Read more
source§impl LayoutStreamWriter for OASISStreamWriter
impl LayoutStreamWriter for OASISStreamWriter
Writer implementation.
Auto Trait Implementations§
impl Freeze for OASISStreamWriter
impl RefUnwindSafe for OASISStreamWriter
impl Send for OASISStreamWriter
impl Sync for OASISStreamWriter
impl Unpin for OASISStreamWriter
impl UnwindSafe for OASISStreamWriter
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
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more