pub struct SBFileSpecList {
pub raw: SBFileSpecListRef,
}Expand description
A list of filespecs.
Fields§
§raw: SBFileSpecListRefThe underlying raw SBFileSpecListRef.
Implementations§
Source§impl SBFileSpecList
impl SBFileSpecList
Sourcepub fn new() -> SBFileSpecList
pub fn new() -> SBFileSpecList
Construct a new SBFileSpecList
pub fn append(&self, file: &SBFileSpec)
pub fn append_if_unique(&self, file: &SBFileSpec)
Sourcepub fn iter(&self) -> SBFileSpecListIter<'_> ⓘ
pub fn iter(&self) -> SBFileSpecListIter<'_> ⓘ
Iterate over this filespec list.
Trait Implementations§
Source§impl Clone for SBFileSpecList
impl Clone for SBFileSpecList
Source§fn clone(&self) -> SBFileSpecList
fn clone(&self) -> SBFileSpecList
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 Debug for SBFileSpecList
impl Debug for SBFileSpecList
Source§impl Default for SBFileSpecList
impl Default for SBFileSpecList
Source§impl Drop for SBFileSpecList
impl Drop for SBFileSpecList
Source§impl<'d> IntoIterator for &'d SBFileSpecList
impl<'d> IntoIterator for &'d SBFileSpecList
impl Send for SBFileSpecList
impl Sync for SBFileSpecList
Auto Trait Implementations§
impl Freeze for SBFileSpecList
impl RefUnwindSafe for SBFileSpecList
impl Unpin for SBFileSpecList
impl UnwindSafe for SBFileSpecList
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