pub struct ChannelReleaseAuthorizationBodyV1 {
pub schema: String,
pub authority: ChannelReleaseAuthorizationBindingV1,
pub publication_root: String,
pub root_publication: ChannelReleaseMutationBindingV1,
pub release_broadcast: ChannelReleaseMutationBindingV1,
}Fields§
§schema: String§publication_root: String§root_publication: ChannelReleaseMutationBindingV1§release_broadcast: ChannelReleaseMutationBindingV1Implementations§
Source§impl ChannelReleaseAuthorizationBodyV1
impl ChannelReleaseAuthorizationBodyV1
pub fn publication_root(&self) -> &str
pub fn root_publication(&self) -> &ChannelReleaseMutationBindingV1
pub fn release_broadcast(&self) -> &ChannelReleaseMutationBindingV1
Trait Implementations§
Source§impl Clone for ChannelReleaseAuthorizationBodyV1
impl Clone for ChannelReleaseAuthorizationBodyV1
Source§fn clone(&self) -> ChannelReleaseAuthorizationBodyV1
fn clone(&self) -> ChannelReleaseAuthorizationBodyV1
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 moreSource§impl<'de> Deserialize<'de> for ChannelReleaseAuthorizationBodyV1
impl<'de> Deserialize<'de> for ChannelReleaseAuthorizationBodyV1
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
impl Eq for ChannelReleaseAuthorizationBodyV1
impl StructuralPartialEq for ChannelReleaseAuthorizationBodyV1
Auto Trait Implementations§
impl Freeze for ChannelReleaseAuthorizationBodyV1
impl RefUnwindSafe for ChannelReleaseAuthorizationBodyV1
impl Send for ChannelReleaseAuthorizationBodyV1
impl Sync for ChannelReleaseAuthorizationBodyV1
impl Unpin for ChannelReleaseAuthorizationBodyV1
impl UnsafeUnpin for ChannelReleaseAuthorizationBodyV1
impl UnwindSafe for ChannelReleaseAuthorizationBodyV1
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