pub struct ID_ENCODE_SET;Expand description
This encode set is used for object IDs
Aside from the special characters defined in the PATH_SEGMENT_ENCODE_SET,
the vertical bar (|) is encoded.
Trait Implementations§
Source§impl Clone for ID_ENCODE_SET
impl Clone for ID_ENCODE_SET
Source§fn clone(&self) -> ID_ENCODE_SET
fn clone(&self) -> ID_ENCODE_SET
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 EncodeSet for ID_ENCODE_SET
impl EncodeSet for ID_ENCODE_SET
impl Copy for ID_ENCODE_SET
Auto Trait Implementations§
impl Freeze for ID_ENCODE_SET
impl RefUnwindSafe for ID_ENCODE_SET
impl Send for ID_ENCODE_SET
impl Sync for ID_ENCODE_SET
impl Unpin for ID_ENCODE_SET
impl UnwindSafe for ID_ENCODE_SET
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