pub struct ServerlessContentHash(pub [u8; 32]);Tuple Fields§
§0: [u8; 32]Implementations§
Trait Implementations§
Source§impl Clone for ServerlessContentHash
impl Clone for ServerlessContentHash
Source§fn clone(&self) -> ServerlessContentHash
fn clone(&self) -> ServerlessContentHash
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ServerlessContentHash
Source§impl Debug for ServerlessContentHash
impl Debug for ServerlessContentHash
impl Eq for ServerlessContentHash
Source§impl Hash for ServerlessContentHash
impl Hash for ServerlessContentHash
Source§impl PartialEq for ServerlessContentHash
impl PartialEq for ServerlessContentHash
Source§fn eq(&self, other: &ServerlessContentHash) -> bool
fn eq(&self, other: &ServerlessContentHash) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServerlessContentHash
Auto Trait Implementations§
impl Freeze for ServerlessContentHash
impl RefUnwindSafe for ServerlessContentHash
impl Send for ServerlessContentHash
impl Sync for ServerlessContentHash
impl Unpin for ServerlessContentHash
impl UnsafeUnpin for ServerlessContentHash
impl UnwindSafe for ServerlessContentHash
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