pub struct FacetInnerType {
pub id: Option<String>,
pub value: String,
pub fixed: bool,
pub annotation: Option<Annotation>,
}Fields§
§id: Option<String>§value: String§fixed: bool§annotation: Option<Annotation>Implementations§
Source§impl FacetInnerType
impl FacetInnerType
pub fn default_fixed() -> bool
Trait Implementations§
Source§impl Clone for FacetInnerType
impl Clone for FacetInnerType
Source§fn clone(&self) -> FacetInnerType
fn clone(&self) -> FacetInnerType
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 FacetInnerType
impl Debug for FacetInnerType
Source§impl<'de> Deserializer<'de, FacetInnerType> for Box<FacetInnerTypeDeserializer>
impl<'de> Deserializer<'de, FacetInnerType> for Box<FacetInnerTypeDeserializer>
Source§fn init(
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> DeserializerResult<'de, FacetInnerType>
fn init( helper: &mut DeserializeHelper, event: Event<'de>, ) -> DeserializerResult<'de, FacetInnerType>
Source§fn next(
self,
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> DeserializerResult<'de, FacetInnerType>
fn next( self, helper: &mut DeserializeHelper, event: Event<'de>, ) -> DeserializerResult<'de, FacetInnerType>
Source§fn finish(self, helper: &mut DeserializeHelper) -> Result<FacetInnerType, Error>
fn finish(self, helper: &mut DeserializeHelper) -> Result<FacetInnerType, Error>
Force the deserializer to finish. Read more
Source§impl PartialEq for FacetInnerType
impl PartialEq for FacetInnerType
Source§impl WithDeserializer for FacetInnerType
impl WithDeserializer for FacetInnerType
Source§type Deserializer = Box<FacetInnerTypeDeserializer>
type Deserializer = Box<FacetInnerTypeDeserializer>
The deserializer to use for this type.
Source§fn init<'de>(
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> Result<DeserializerOutput<'de, Self>, Error>
fn init<'de>( helper: &mut DeserializeHelper, event: Event<'de>, ) -> Result<DeserializerOutput<'de, Self>, Error>
impl Eq for FacetInnerType
impl StructuralPartialEq for FacetInnerType
Auto Trait Implementations§
impl Freeze for FacetInnerType
impl RefUnwindSafe for FacetInnerType
impl Send for FacetInnerType
impl Sync for FacetInnerType
impl Unpin for FacetInnerType
impl UnsafeUnpin for FacetInnerType
impl UnwindSafe for FacetInnerType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'de, R, X> DeserializeSync<'de, R> for Xwhere
R: XmlReaderSync<'de>,
X: WithDeserializer,
impl<'de, R, X> DeserializeSync<'de, R> for Xwhere
R: XmlReaderSync<'de>,
X: WithDeserializer,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.