Struct chrome_remote_interface_model::runtime::PropertyPreview [−][src]
Implementations
impl PropertyPreview[src]
pub fn builder() -> PropertyPreviewBuilder[src]
pub fn name(&self) -> &str[src]
Property name.
pub fn type(&self) -> &PropertyPreviewType[src]
Object type. Accessor means that the property itself is an accessor property.
pub fn value(&self) -> Option<&String>[src]
User-friendly property value string.
pub fn value_preview(&self) -> Option<&JsonValue>[src]
Nested value preview.
pub fn subtype(&self) -> Option<&PropertyPreviewSubtype>[src]
Object subtype hint. Specified for object type values only.
Trait Implementations
impl Clone for PropertyPreview[src]
fn clone(&self) -> PropertyPreview[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for PropertyPreview[src]
impl<'de> Deserialize<'de> for PropertyPreview[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for PropertyPreview[src]
Auto Trait Implementations
impl RefUnwindSafe for PropertyPreview[src]
impl Send for PropertyPreview[src]
impl Sync for PropertyPreview[src]
impl Unpin for PropertyPreview[src]
impl UnwindSafe for PropertyPreview[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,