Struct cyfs_base::UnionAccountDescContent
source · pub struct UnionAccountDescContent { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Clone for UnionAccountDescContent
impl Clone for UnionAccountDescContent
sourcefn clone(&self) -> UnionAccountDescContent
fn clone(&self) -> UnionAccountDescContent
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 UnionAccountDescContent
impl Debug for UnionAccountDescContent
sourceimpl DescContent for UnionAccountDescContent
impl DescContent for UnionAccountDescContent
fn obj_type() -> u16
type OwnerType = SubDescNone
type AreaType = SubDescNone
type AuthorType = SubDescNone
type PublicKeyType = SubDescNone
fn obj_type_code() -> ObjectTypeCode
fn desc_content_type() -> DescContentType
fn is_standard_object() -> bool
fn is_core_object() -> bool
fn is_decapp_object() -> bool
fn debug_info() -> String
fn version(&self) -> u8
fn format(&self) -> u8
sourceimpl<'de> RawDecode<'de> for UnionAccountDescContent
impl<'de> RawDecode<'de> for UnionAccountDescContent
fn raw_decode(buf: &'de [u8]) -> BuckyResult<(Self, &'de [u8])>
fn raw_decode_with_option(
buf: &'de [u8],
_opt: &RawDecodeOption
) -> BuckyResult<(Self, &'de [u8])>
sourceimpl RawEncode for UnionAccountDescContent
impl RawEncode for UnionAccountDescContent
fn raw_measure(
&self,
purpose: &Option<RawEncodePurpose>
) -> Result<usize, BuckyError>
fn raw_encode<'a>(
&self,
buf: &'a mut [u8],
purpose: &Option<RawEncodePurpose>
) -> Result<&'a mut [u8], BuckyError>
fn raw_tail_encode<'a>(
&self,
buf: &'a mut [u8],
purpose: &Option<RawEncodePurpose>
) -> BuckyResult<&'a [u8]>
fn raw_encode_to_buffer(&self) -> BuckyResult<Vec<u8>>
fn raw_hash_value(&self) -> BuckyResult<HashValue>
fn hash_buf(&self, encoded_buf: &[u8]) -> HashValue
fn raw_hash_encode(&self) -> BuckyResult<Vec<u8>>
sourceimpl Serialize for UnionAccountDescContent
impl Serialize for UnionAccountDescContent
impl ObjectFormatAutoWithSerde for UnionAccountDescContent
Auto Trait Implementations
impl RefUnwindSafe for UnionAccountDescContent
impl Send for UnionAccountDescContent
impl Sync for UnionAccountDescContent
impl Unpin for UnionAccountDescContent
impl UnwindSafe for UnionAccountDescContent
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