pub struct PredicateView<'a> { /* private fields */ }Implementations§
Source§impl<'a> PredicateView<'a>
impl<'a> PredicateView<'a>
pub fn as_bytes(&self) -> &'a [u8] ⓘ
pub fn target_function_id(&self) -> PluginResult<[u8; 16]>
pub fn operator_class_id(&self) -> PluginResult<[u8; 16]>
pub fn indexed_argument(&self) -> PluginResult<u16>
pub fn argument_count(&self) -> PluginResult<u16>
Trait Implementations§
Source§impl<'a> Clone for PredicateView<'a>
impl<'a> Clone for PredicateView<'a>
Source§fn clone(&self) -> PredicateView<'a>
fn clone(&self) -> PredicateView<'a>
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 moreimpl<'a> Copy for PredicateView<'a>
Auto Trait Implementations§
impl<'a> Freeze for PredicateView<'a>
impl<'a> RefUnwindSafe for PredicateView<'a>
impl<'a> Send for PredicateView<'a>
impl<'a> Sync for PredicateView<'a>
impl<'a> Unpin for PredicateView<'a>
impl<'a> UnsafeUnpin for PredicateView<'a>
impl<'a> UnwindSafe for PredicateView<'a>
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