Struct dsnp_graph_core::util::builders::KeyDataBuilder
source · pub struct KeyDataBuilder { /* private fields */ }
Implementations§
source§impl KeyDataBuilder
impl KeyDataBuilder
pub fn new() -> Self
pub fn with_key_pairs(self, key_pairs: &[GraphKeyPair]) -> Self
pub fn with_generated_key(self) -> Self
pub fn get_key_pairs(&self) -> &Vec<GraphKeyPair>
pub fn build(self) -> Vec<KeyData>
Auto Trait Implementations§
impl RefUnwindSafe for KeyDataBuilder
impl Send for KeyDataBuilder
impl Sync for KeyDataBuilder
impl Unpin for KeyDataBuilder
impl UnwindSafe for KeyDataBuilder
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