Struct cyfs_base::ObjectSignsHelper
source · [−]pub struct ObjectSignsHelper;Implementations
sourceimpl ObjectSignsHelper
impl ObjectSignsHelper
pub fn set_sign(list: &mut Option<Vec<Signature>>, sign: Signature)
pub fn push_sign(list: &mut Option<Vec<Signature>>, sign: Signature)
pub fn latest_sign_time(list: &Option<Vec<Signature>>) -> u64
pub fn merge(
dest: &mut Option<Vec<Signature>>,
src: &Option<Vec<Signature>>
) -> usize
Auto Trait Implementations
impl RefUnwindSafe for ObjectSignsHelper
impl Send for ObjectSignsHelper
impl Sync for ObjectSignsHelper
impl Unpin for ObjectSignsHelper
impl UnwindSafe for ObjectSignsHelper
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more