Struct cyfs_lib::AdminBodyContent
source · [−]pub struct AdminBodyContent {}
Trait Implementations
sourceimpl BodyContent for AdminBodyContent
impl BodyContent for AdminBodyContent
sourceimpl Clone for AdminBodyContent
impl Clone for AdminBodyContent
sourcefn clone(&self) -> AdminBodyContent
fn clone(&self) -> AdminBodyContent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AdminBodyContent
impl Debug for AdminBodyContent
sourceimpl<'de> RawDecode<'de> for AdminBodyContent
impl<'de> RawDecode<'de> for AdminBodyContent
fn raw_decode(buf: &'de [u8]) -> BuckyResult<(Self, &'de [u8])>
fn raw_decode_with_option(
buf: &'de [u8],
_opt: &RawDecodeOption
) -> Result<(Self, &'de [u8]), BuckyError>
sourceimpl RawEncode for AdminBodyContent
impl RawEncode for AdminBodyContent
fn raw_measure(&self, _purpose: &Option<RawEncodePurpose>) -> BuckyResult<usize>
fn raw_encode<'a>(
&self,
buf: &'a mut [u8],
_purpose: &Option<RawEncodePurpose>
) -> BuckyResult<&'a mut [u8]>
fn raw_tail_encode(
&self,
buf: &'a mut [u8],
purpose: &Option<RawEncodePurpose>
) -> Result<&'a [u8], BuckyError>
fn raw_encode_to_buffer(&self) -> Result<Vec<u8, Global>, BuckyError>
fn raw_hash_value(&self) -> Result<HashValue, BuckyError>
fn hash_buf(&self, encoded_buf: &[u8]) -> HashValue
fn raw_hash_encode(&self) -> Result<Vec<u8, Global>, BuckyError>
sourceimpl Serialize for AdminBodyContent
impl Serialize for AdminBodyContent
impl ObjectFormatAutoWithSerde for AdminBodyContent
Auto Trait Implementations
impl RefUnwindSafe for AdminBodyContent
impl Send for AdminBodyContent
impl Sync for AdminBodyContent
impl Unpin for AdminBodyContent
impl UnwindSafe for AdminBodyContent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more