pub struct ContentSteering {
pub defaultServiceLocation: Option<String>,
pub queryBeforeStart: Option<bool>,
pub clientRequirement: Option<bool>,
}Fields§
§defaultServiceLocation: Option<String>§queryBeforeStart: Option<bool>§clientRequirement: Option<bool>Trait Implementations§
Source§impl Clone for ContentSteering
impl Clone for ContentSteering
Source§fn clone(&self) -> ContentSteering
fn clone(&self) -> ContentSteering
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ContentSteering
impl Debug for ContentSteering
Source§impl Default for ContentSteering
impl Default for ContentSteering
Source§fn default() -> ContentSteering
fn default() -> ContentSteering
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContentSteeringwhere
ContentSteering: Default,
impl<'de> Deserialize<'de> for ContentSteeringwhere
ContentSteering: Default,
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 PartialEq for ContentSteering
impl PartialEq for ContentSteering
Source§impl Serialize for ContentSteering
impl Serialize for ContentSteering
impl StructuralPartialEq for ContentSteering
Auto Trait Implementations§
impl Freeze for ContentSteering
impl RefUnwindSafe for ContentSteering
impl Send for ContentSteering
impl Sync for ContentSteering
impl Unpin for ContentSteering
impl UnwindSafe for ContentSteering
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