pub struct RetrievalMethod {
pub transforms: Vec<Transform>,
pub uri: String,
pub _type: Option<String>,
}
Fields§
§transforms: Vec<Transform>
§uri: String
§_type: Option<String>
Trait Implementations§
Source§impl Debug for RetrievalMethod
impl Debug for RetrievalMethod
Source§impl PartialEq for RetrievalMethod
impl PartialEq for RetrievalMethod
Source§impl<'a, 'd: 'a> TryFrom<Node<'a, 'd>> for RetrievalMethod
impl<'a, 'd: 'a> TryFrom<Node<'a, 'd>> for RetrievalMethod
impl StructuralPartialEq for RetrievalMethod
Auto Trait Implementations§
impl Freeze for RetrievalMethod
impl RefUnwindSafe for RetrievalMethod
impl Send for RetrievalMethod
impl Sync for RetrievalMethod
impl Unpin for RetrievalMethod
impl UnwindSafe for RetrievalMethod
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