Struct cyfs_base::endpoint::SignedEndpoint
source · [−]pub struct SignedEndpoint(_);Trait Implementations
sourceimpl AsRef<Endpoint> for SignedEndpoint
impl AsRef<Endpoint> for SignedEndpoint
sourceimpl Clone for SignedEndpoint
impl Clone for SignedEndpoint
sourcefn clone(&self) -> SignedEndpoint
fn clone(&self) -> SignedEndpoint
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl From<Endpoint> for SignedEndpoint
impl From<Endpoint> for SignedEndpoint
sourceimpl Into<Endpoint> for SignedEndpoint
impl Into<Endpoint> for SignedEndpoint
sourceimpl<'de> RawDecode<'de> for SignedEndpoint
impl<'de> RawDecode<'de> for SignedEndpoint
fn raw_decode(buf: &'de [u8]) -> Result<(Self, &'de [u8]), BuckyError>
fn raw_decode_with_option(
buf: &'de [u8],
_opt: &RawDecodeOption
) -> BuckyResult<(Self, &'de [u8])>
sourceimpl RawEncode for SignedEndpoint
impl RawEncode for SignedEndpoint
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 RawFixedBytes for SignedEndpoint
impl RawFixedBytes for SignedEndpoint
Auto Trait Implementations
impl RefUnwindSafe for SignedEndpoint
impl Send for SignedEndpoint
impl Sync for SignedEndpoint
impl Unpin for SignedEndpoint
impl UnwindSafe for SignedEndpoint
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