pub struct Disclosure {
pub audience: DisclosureAudience,
pub channel: Channel,
pub principal: Principal,
}Expand description
Where disclosed output goes, over which channel, whose data (v1.4 §2.4).
Fields§
§audience: DisclosureAudience§channel: Channel§principal: PrincipalTrait Implementations§
Source§impl Clone for Disclosure
impl Clone for Disclosure
Source§fn clone(&self) -> Disclosure
fn clone(&self) -> Disclosure
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Disclosure
Source§impl Debug for Disclosure
impl Debug for Disclosure
Source§impl Default for Disclosure
impl Default for Disclosure
Source§fn default() -> Disclosure
fn default() -> Disclosure
Returns the “default value” for a type. Read more
impl Eq for Disclosure
Source§impl Hash for Disclosure
impl Hash for Disclosure
Source§impl PartialEq for Disclosure
impl PartialEq for Disclosure
impl StructuralPartialEq for Disclosure
Auto Trait Implementations§
impl Freeze for Disclosure
impl RefUnwindSafe for Disclosure
impl Send for Disclosure
impl Sync for Disclosure
impl Unpin for Disclosure
impl UnsafeUnpin for Disclosure
impl UnwindSafe for Disclosure
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.