Struct arrow_digest::RecordDigestV0
source · pub struct RecordDigestV0<Dig: Digest> { /* private fields */ }Trait Implementations§
source§impl<Dig: Digest> OutputSizeUser for RecordDigestV0<Dig>
impl<Dig: Digest> OutputSizeUser for RecordDigestV0<Dig>
§type OutputSize = <Dig as OutputSizeUser>::OutputSize
type OutputSize = <Dig as OutputSizeUser>::OutputSize
Size of the output in bytes.
§fn output_size() -> usize
fn output_size() -> usize
Return output size in bytes.
Auto Trait Implementations§
impl<Dig> RefUnwindSafe for RecordDigestV0<Dig>where Dig: RefUnwindSafe,
impl<Dig> Send for RecordDigestV0<Dig>where Dig: Send,
impl<Dig> Sync for RecordDigestV0<Dig>where Dig: Sync,
impl<Dig> Unpin for RecordDigestV0<Dig>where Dig: Unpin,
impl<Dig> UnwindSafe for RecordDigestV0<Dig>where Dig: UnwindSafe,
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