pub struct ReplicatedTextPhysicalSource { /* private fields */ }Expand description
Exact admitted source and executable constraints for one logical parameter.
Implementations§
Trait Implementations§
Source§impl Clone for ReplicatedTextPhysicalSource
impl Clone for ReplicatedTextPhysicalSource
Source§fn clone(&self) -> ReplicatedTextPhysicalSource
fn clone(&self) -> ReplicatedTextPhysicalSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ReplicatedTextPhysicalSource
impl Debug for ReplicatedTextPhysicalSource
impl Eq for ReplicatedTextPhysicalSource
Source§impl Hash for ReplicatedTextPhysicalSource
impl Hash for ReplicatedTextPhysicalSource
Source§impl Ord for ReplicatedTextPhysicalSource
impl Ord for ReplicatedTextPhysicalSource
Source§fn cmp(&self, other: &ReplicatedTextPhysicalSource) -> Ordering
fn cmp(&self, other: &ReplicatedTextPhysicalSource) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for ReplicatedTextPhysicalSource
impl PartialOrd for ReplicatedTextPhysicalSource
impl StructuralPartialEq for ReplicatedTextPhysicalSource
Auto Trait Implementations§
impl Freeze for ReplicatedTextPhysicalSource
impl RefUnwindSafe for ReplicatedTextPhysicalSource
impl Send for ReplicatedTextPhysicalSource
impl Sync for ReplicatedTextPhysicalSource
impl Unpin for ReplicatedTextPhysicalSource
impl UnsafeUnpin for ReplicatedTextPhysicalSource
impl UnwindSafe for ReplicatedTextPhysicalSource
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