pub struct AtomURIDCollection {Show 14 fields
pub blank: URID<Blank>,
pub double: URID<Double>,
pub float: URID<Float>,
pub int: URID<Int>,
pub long: URID<Long>,
pub urid: URID<AtomURID>,
pub bool: URID<Bool>,
pub chunk: URID<Chunk>,
pub literal: URID<Literal>,
pub object: URID<Object>,
pub property: URID<Property>,
pub string: URID<String>,
pub tuple: URID<Tuple>,
pub sequence: URID<Sequence>,
/* private fields */
}
Expand description
Collection with the URIDs of all UriBound
s in this crate.
Fields§
§blank: URID<Blank>
§double: URID<Double>
§float: URID<Float>
§int: URID<Int>
§long: URID<Long>
§urid: URID<AtomURID>
§bool: URID<Bool>
§chunk: URID<Chunk>
§literal: URID<Literal>
§object: URID<Object>
§property: URID<Property>
§string: URID<String>
§tuple: URID<Tuple>
§sequence: URID<Sequence>
Implementations§
Source§impl AtomURIDCollection
impl AtomURIDCollection
pub fn vector<S: ScalarAtom>(&self) -> URID<Vector<S>>
Trait Implementations§
Source§impl Clone for AtomURIDCollection
impl Clone for AtomURIDCollection
Source§fn clone(&self) -> AtomURIDCollection
fn clone(&self) -> AtomURIDCollection
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 moreAuto Trait Implementations§
impl Freeze for AtomURIDCollection
impl RefUnwindSafe for AtomURIDCollection
impl Send for AtomURIDCollection
impl Sync for AtomURIDCollection
impl Unpin for AtomURIDCollection
impl UnwindSafe for AtomURIDCollection
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