pub struct Binary {
pub id: Option<Id>,
pub meta: Option<Meta>,
pub implicit_rules: Option<UriDt>,
pub language: Option<CodeDt>,
pub content_type: Option<CodeDt>,
pub security_context: Option<Reference>,
pub data: Option<Base64BinaryDt>,
}
Fields§
§id: Option<Id>
Logical id of this artifact
meta: Option<Meta>
Metadata about the resource
implicit_rules: Option<UriDt>
A set of rules under which this content was created
language: Option<CodeDt>
Language of the resource content
content_type: Option<CodeDt>
MimeType of the binary content
security_context: Option<Reference>
Identifies another resource to use as proxy when enforcing access control
data: Option<Base64BinaryDt>
The actual content
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Binary
impl<'de> Deserialize<'de> for Binary
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for Binary
impl RefUnwindSafe for Binary
impl Send for Binary
impl Sync for Binary
impl Unpin for Binary
impl UnwindSafe for Binary
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