pub struct Withheld {
pub copyright: Option<bool>,
pub country_codes: Option<Vec<String>>,
pub scope: Option<Scope>,
/* private fields */
}Fields§
§copyright: Option<bool>§country_codes: Option<Vec<String>>§scope: Option<Scope>Trait Implementations§
source§impl<'de> Deserialize<'de> for Withheld
impl<'de> Deserialize<'de> for Withheld
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
Auto Trait Implementations§
impl RefUnwindSafe for Withheld
impl Send for Withheld
impl Sync for Withheld
impl Unpin for Withheld
impl UnwindSafe for Withheld
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