pub struct PsshBoxVec(/* private fields */);
Implementations§
source§impl PsshBoxVec
impl PsshBoxVec
pub fn new() -> PsshBoxVec
pub fn contains(&self, bx: &PsshBox) -> bool
pub fn add(&mut self, bx: PsshBox)
pub fn len(&self) -> usize
pub fn is_empty(&self) -> bool
pub fn iter(&self) -> impl Iterator<Item = &PsshBox>
pub fn to_base64(self) -> String
pub fn to_hex(self) -> String
Trait Implementations§
source§impl Clone for PsshBoxVec
impl Clone for PsshBoxVec
source§fn clone(&self) -> PsshBoxVec
fn clone(&self) -> PsshBoxVec
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PsshBoxVec
impl Debug for PsshBoxVec
source§impl Default for PsshBoxVec
impl Default for PsshBoxVec
source§impl<'de> Deserialize<'de> for PsshBoxVec
impl<'de> Deserialize<'de> for PsshBoxVec
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for PsshBoxVec
impl Display for PsshBoxVec
source§impl Index<usize> for PsshBoxVec
impl Index<usize> for PsshBoxVec
source§impl IntoIterator for PsshBoxVec
impl IntoIterator for PsshBoxVec
source§impl PartialEq for PsshBoxVec
impl PartialEq for PsshBoxVec
source§impl Serialize for PsshBoxVec
impl Serialize for PsshBoxVec
impl StructuralPartialEq for PsshBoxVec
Auto Trait Implementations§
impl Freeze for PsshBoxVec
impl RefUnwindSafe for PsshBoxVec
impl Send for PsshBoxVec
impl Sync for PsshBoxVec
impl Unpin for PsshBoxVec
impl UnwindSafe for PsshBoxVec
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)