pub struct Endorsements { /* private fields */ }Implementations§
Source§impl Endorsements
impl Endorsements
pub fn find<F>(&self, func: F) -> Option<&Endorsement>
Trait Implementations§
Source§impl Debug for Endorsements
impl Debug for Endorsements
Source§impl<'de> Deserialize<'de> for Endorsements
impl<'de> Deserialize<'de> for Endorsements
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 IntoIterator for Endorsements
impl IntoIterator for Endorsements
Auto Trait Implementations§
impl Freeze for Endorsements
impl RefUnwindSafe for Endorsements
impl Send for Endorsements
impl Sync for Endorsements
impl Unpin for Endorsements
impl UnwindSafe for Endorsements
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